public static enum Bond.BondDir extends java.lang.Enum<Bond.BondDir>
Enum Constant and Description |
---|
BEGINDASH |
BEGINWEDGE |
EITHERDOUBLE |
ENDDOWNRIGHT |
ENDUPRIGHT |
NONE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Bond.BondDir |
swigToEnum(int swigValue) |
int |
swigValue() |
static Bond.BondDir |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bond.BondDir[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bond.BondDir NONE
public static final Bond.BondDir BEGINWEDGE
public static final Bond.BondDir BEGINDASH
public static final Bond.BondDir ENDDOWNRIGHT
public static final Bond.BondDir ENDUPRIGHT
public static final Bond.BondDir EITHERDOUBLE
public static final Bond.BondDir UNKNOWN
public static Bond.BondDir[] values()
for (Bond.BondDir c : Bond.BondDir.values()) System.out.println(c);
public static Bond.BondDir valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static Bond.BondDir swigToEnum(int swigValue)